home *** CD-ROM | disk | FTP | other *** search
/ Go Ronald / Go Ronald Voice Interactive CD.iso / Data1.cab / _A78B221671294700924B8ABD93D36F0B / scripts / frame_2 / DoAction.as
Text File  |  2005-08-05  |  601b  |  27 lines

  1. sayJump_mc._visible = false;
  2. ShowuserScoreBox._visible = true;
  3. gostill_mc.enabled = true;
  4. var jumpScore = 0;
  5. var userScore = 0;
  6. var bonusPoints = 0;
  7. jumpScore = 0;
  8. userScore = 15;
  9. bonusPoints = 0;
  10. mApplication.trace("Top of Ramp showjumpScore = " + ShowjumpScore);
  11. gostill_mc.onRollOver = function()
  12. {
  13.    mApplication.trace("over");
  14. };
  15. gostill_mc.onRelease = function()
  16. {
  17.    dnaGRG_so.data.fromModule = "true";
  18.    dnaGRG_so.flush();
  19.    _root.loadNextMovie("MainMenuLauncher.swf");
  20. };
  21. sayJump_mc.onRollOver = function()
  22. {
  23.    jumpSound.stop();
  24.    jumpSound.start();
  25. };
  26. stop();
  27.